/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			prosilver (the default phpBB 3.3.x style)
	Based on style:
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		phpBB Limited (https://www.phpbb.com/)
    --------------------------------------------------------------
*/

@import url("normalize.css?hash=48eb3f89");
@import url("base.css?hash=7c5543be");
@import url("utilities.css?hash=d8f72c42");
@import url("common.css?hash=843d5d5f");
@import url("links.css?hash=18286e16");
@import url("content.css?hash=d0e24377");
@import url("buttons.css?hash=56f0d25f");
@import url("cp.css?hash=50d868ab");
@import url("forms.css?hash=9016b55c");
@import url("icons.css?hash=64da33ce");
@import url("colours.css?hash=fcb2f289");
@import url("responsive.css?hash=c9d32cba");

/* ? KOPYALAMA S?STEM? ST?LLER? ? */
.codebox {
    position: relative;
    overflow: visible;
    padding-top: 35px;
    margin: 10px 0;
}

.codebox > p {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 5px 35px 5px 10px;
    background: #f8f8f8;
    border-bottom: 1px solid #ddd;
}

.copy-btn {
    background: #4CAF50;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
    position: absolute;
    top: 3px;
    right: 5px;
    z-index: 10;
    transition: all 0.2s ease;
}

.copy-btn:hover {
    background: #45a049;
    transform: translateY(-1px);
}

/* Ekler için toggle buton stili */
.attachment-toggle-container {
    margin-top: 10px;
}
.toggle-btn {
    background-color: #4CAF50;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 5px;
}
.toggle-btn:hover {
    background-color: #45a049;
}

/* ? Mobil Uyum */
@media (max-width: 768px) {
    .copy-btn {
        padding: 4px 8px;
        font-size: 11px;
    }
    
    .codebox {
        padding-top: 30px;
    }
    
    .toggle-btn {
        padding: 4px 8px;
        font-size: 11px;
    }
}
